C#
VB
C++
Gets the addin custom data.
public T GetAddInCustomData<T>(
string addinName,
string customDataName,
Type[] extraTypes
)
Public Overloads Function GetAddInCustomData(Of T)( _
ByVal addinName As String, _
ByVal customDataName As String, _
ByVal extraTypes() As Type _
) As T
public:
_T^_ GetAddInCustomDatageneric<typename T>
(
String^ addinName,
String^ customDataName,
array<Type^>^ extraTypes
)
addinName
Name of the addin.
customDataName
Name of the custom data.
extraTypes
Array of System.Type that describes the data.
T
Type of custom data to return.
The custom data stored in the configuration.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET